home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / arsg10.zip / ARSGDAT.4BG < prev    next >
Text File  |  1992-10-04  |  11KB  |  511 lines

  1. ;/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\:
  2. ;                                                              :
  3. ;               AMATEUR RADIO STUDY GUIDE v1.00                :
  4. ;                                                              :
  5. ;   Copyright (c) 1992 David Drzyzga - All Rights Reserved     :
  6. ;                                                              :
  7. ;      Based on a program coded in BASIC by Russ Revels        :
  8. ;                                                              :
  9. ;/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\:
  10. ;
  11. ; You can include comments an the file anywhere you want
  12. ; just like these comments.  You cannot put a comment in
  13. ; the middle of a line though.
  14. ;
  15. ; When modifying this file, there are several things you
  16. ; must be aware of:
  17. ;
  18. ;   -> Any line of text in this file cannot exceed 65 characters!
  19. ;                                     this is the 65th character^
  20. ;
  21. ;      No harm will be done, but nothing over 65 characters will
  22. ;      be read by the program.
  23. ;
  24. ;   -> Do not make questions more than 20 lines long, or you
  25. ;      will receive an 'out of memory' error when you execute
  26. ;      the program.
  27. ;
  28. ;   -> You can add or delete questions as you please, just be
  29. ;      sure to follow the format of the existing questions.
  30. ;      
  31. ;
  32. ;
  33. (4BG-1A.1)
  34.  
  35. What is a flip-flop circuit?
  36.  
  37. D. A binary sequential logic element with two stable states
  38. *
  39. (4BG-1A.2)
  40.  
  41. How many bits of information can be stored in a single flip-
  42. flop circuit?
  43.  
  44. A. 1
  45. *
  46. (4BG-1A.3)
  47.  
  48. What is a bistable multivibrator circuit?
  49.  
  50. C. A flip-flop
  51. *
  52. (4BG-1A.4)
  53.  
  54. How many output changes are obtained for every two trigger
  55. pulses applied to the input of a bistable T flip-flop circuit?
  56.  
  57. C. Two output level changes
  58. *
  59. (4BG-1A.5)
  60.  
  61. The frequency of an AC signal can be divided electronically by
  62. what type of digital circuit?
  63.  
  64. C. A bistable multivibrator
  65. *
  66. (4BG-1A.6)
  67.  
  68. What type of digital IC is also known as a latch?
  69.  
  70. C. A flip-flop
  71. *
  72. (4BG-1A.7)
  73.  
  74. How many flip-flops are required to divide a signal frequency by
  75. 4?
  76.  
  77. B. 2
  78. *
  79. (4BG-1B.1)
  80.  
  81. What is an astable multivibrator?
  82.  
  83. D. A circuit that alternates between two unstable states
  84. *
  85. (4BG-1B.2)
  86.  
  87. What is a monostable multivibrator?
  88.  
  89. A. A circuit that can be switched momentarily to the opposite
  90. binary state and then returns after a set time to its original
  91. state
  92. *
  93. (4BG-1C.1)
  94.  
  95. What is an AND gate?
  96.  
  97. A. A circuit that produces a logic "1" at its output only if all
  98. inputs are logic "1"
  99. *
  100. (4BG-1C.2)
  101.  
  102. What is the schematic symbol for an AND gate?
  103.  
  104. A
  105. *
  106. (4BG-1C.3)
  107.  
  108. What is a NAND gate?
  109.  
  110. D. A circuit that produces a logic "0" at its output only when
  111. all inputs are logic "1"
  112. *
  113. (4BG-1C.4)
  114.  
  115. What is the schematic symbol for a NAND gate?
  116.  
  117. B
  118. *
  119. (4BG-1C.5)
  120.  
  121. What is an OR gate?
  122.  
  123. A. A circuit that produces a logic "1" at its output if any
  124. input is logic "1"
  125. *
  126. (4BG-1C.6)
  127.  
  128. What is the schematic symbol for an OR gate?
  129.  
  130. D
  131. *
  132. (4BG-1C.7)
  133.  
  134. What is a NOR gate?
  135.  
  136. C. A circuit that produces a logic "0" at its output if any or
  137. all inputs are logic "1"
  138. *
  139. (4BG-1C.8)
  140.  
  141. What is the schematic symbol for a NOR gate?
  142.  
  143. D
  144. *
  145. (4BG-1C.9)
  146.  
  147. What is a NOT gate?
  148.  
  149. A. A circuit that produces a logic "O" at its output when the
  150. input is logic "1" and vice versa
  151. *
  152. (4BG-1C.10)
  153.  
  154. What is the schematic symbol for a NOT gate?
  155.  
  156. A
  157. *
  158. (4BG-1D.1)
  159.  
  160. What is a truth table?
  161.  
  162. C. A list of input combinations and their corresponding outputs
  163. that characterizes a digital device's function
  164. *
  165. (4BG-1D.2)
  166.  
  167. In a positive-logic circuit, what level is used to represent a
  168. logic 1?
  169.  
  170. D. A high level
  171. *
  172. (4BG-1D.3)
  173.  
  174. In a positive-logic circuit, what level is used to represent a
  175. logic 0?
  176.  
  177. A. A low level
  178. *
  179. (4BG-1D.4)
  180.  
  181. In a negative-logic circuit, what level is used to represent a
  182. logic 1?
  183.  
  184. A. A low level
  185. *
  186. (4BG-1D.5)
  187.  
  188. In a negative-logic circuit, what level is used to represent a
  189. logic 0?
  190.  
  191. D. A high level
  192. *
  193. (4BG-2A.1)
  194.  
  195. What is a crystal-controlled marker generator?
  196.  
  197. D. A high-stability oscillator that generates a series of
  198. reference signals at known frequency intervals
  199. *
  200. (4BG-2A.2)
  201.  
  202. What additional circuitry is required in a 100-kHz crystal-
  203. controlled marker generator to provide markers at 50 and 25 kHz?
  204.  
  205. C. Two flip-flops
  206. *
  207. (4BG-2B.1)
  208.  
  209. What is the purpose of a prescaler circuit?
  210.  
  211. D. It divides an HF signal so a low-frequency counter can
  212. display the operating frequency
  213. *
  214. (4BG-2B.2)
  215.  
  216. What does the accuracy of a frequency counter depend on?
  217.  
  218. A. The internal crystal reference
  219. *
  220. (4BG-2B.3)
  221.  
  222. How many states does a decade counter digital IC have?
  223.  
  224. B. 10
  225. *
  226. (4BG-2B.4)
  227.  
  228. What is the function of a decade counter digital IC?
  229.  
  230. B. Produce one output pulse for every ten input pulses
  231. *
  232. (4BG-3A.1)
  233.  
  234. What are the advantages of using an op-amp instead of LC
  235. elements in an audio filter?
  236.  
  237. D. Op-amps exhibit gain rather than insertion loss
  238. *
  239. (4BG-3A.2)
  240.  
  241. What determines the gain and frequency characteristics of an
  242. op-amp RC active filter?
  243.  
  244. B. Values of capacitances and resistances external to the op-amp
  245. *
  246. (4BG-3A.3)
  247.  
  248. What are the principle uses of an op-amp RC active filter in
  249. amateur circuitry?
  250.  
  251. D. Op-amp circuits are used as audio filters for receivers
  252. *
  253. (4BG-3B.1)
  254.  
  255. What type of capacitors should be used in an op-amp RC active
  256. filter circuit?
  257.  
  258. C. Polystyrene
  259. *
  260. (4BG-3B.2)
  261.  
  262. How can unwanted ringing and audio instability be prevented in a
  263. multisection op-amp RC audio filter circuit?
  264.  
  265. A. Restrict both gain and Q
  266. *
  267. (4BG-3B.3)
  268.  
  269. Where should an op-amp RC active audio filter be placed in an
  270. amateur receiver?
  271.  
  272. D. In the low-level audio stages
  273. *
  274. (4BG-3B.4)
  275.  
  276. What parameter must be selected when designing an audio filter
  277. using an op-amp?
  278.  
  279. A. Bandpass characteristics
  280. *
  281. (4BG-4A.1)
  282.  
  283. What two factors determine the sensitivity of a receiver?
  284.  
  285. D. Bandwidth and noise figure
  286. *
  287. (4BG-4A.2)
  288.  
  289. What is the limiting condition for sensitivity in a
  290. communications receiver?
  291.  
  292. A. The noise floor of the receiver
  293. *
  294. (4BG-4A.3)
  295.  
  296. What is the theoretical minimum noise floor of a receiver with a
  297. 400-Hertz bandwidth?
  298.  
  299. B. -148 dBm
  300. *
  301. (4BG-4B.1)
  302.  
  303. How can selectivity be achieved in the front-end circuitry of a
  304. communications receiver?
  305.  
  306. B. By using a preselector
  307. *
  308. (4BG-4B.2)
  309.  
  310. A receiver selectivity of 2.4 kHz in the IF circuitry is optimum
  311. for what type of amateur signals?
  312.  
  313. B. SSB voice
  314. *
  315. (4BG-4B.3)
  316.  
  317. What occurs during A1A reception if too narrow a filter
  318. bandwidth is used in the IF stage of a receiver?
  319.  
  320. D. Filter ringing
  321. *
  322. (4BG-4B.4)
  323.  
  324. What degree of selectivity is desirable in the IF circuitry of
  325. an amateur emission F1B receiver?
  326.  
  327. B. 300 Hz
  328. *
  329. (4BG-4B.5)
  330.  
  331. A receiver selectivity of 10 kHz in the IF circuitry is optimum
  332. for what type of amateur signals?
  333.  
  334. B. Double-sideband AM
  335. *
  336. (4BG-4B.6)
  337.  
  338. What degree of selectivity is desirable in the IF circuitry of
  339. an emission J3E receiver?
  340.  
  341. B. 2.4 kHz
  342. *
  343. (4BG-4B.7)
  344.  
  345. What is an undesirable effect of using too wide a filter
  346. bandwidth in the IF section of a receiver?
  347.  
  348. B. Undesired signals will reach the audio stage
  349. *
  350. (4BG-4B.8)
  351.  
  352. How should the filter bandwidth of a receiver IF section compare
  353. with the bandwidth of a received signal?
  354.  
  355. A. Filter bandwidth should be slightly greater than the
  356. received-signal bandwidth
  357. *
  358. (4BG-4B.9)
  359.  
  360. What degree of selectivity is desirable in the IF circuitry of
  361. an emission F3E receiver?
  362.  
  363. D. 15 kHz
  364. *
  365. (4BG-4B.10)
  366.  
  367. How can selectivity be achieved in the IF circuitry of a
  368. communications receiver?
  369.  
  370. D. Incorporate a high-Q filter
  371. *
  372. (4BG-4C.1)
  373.  
  374. What is meant by the dynamic range of a communications receiver?
  375.  
  376. C. The ratio between the minimum discernible signal and the
  377. largest tolerable signal without causing audible distortion
  378. products
  379. *
  380. (4BG-4C.2)
  381.  
  382. What is the term for the ratio between the largest tolerable
  383. receiver input signal and the minimum discernible signal?
  384.  
  385. D. Dynamic range
  386. *
  387. (4BG-4C.3)
  388.  
  389. What type of problems are caused by poor dynamic range in a
  390. communications receiver?
  391.  
  392. A. Cross-modulation of the desired signal and desensitization
  393. from strong adjacent signals
  394. *
  395. (4BG-4C.4)
  396.  
  397. The ability of a communications receiver to perform well in the
  398. presence of strong signals outside the amateur band of interest
  399. is indicated by what parameter?
  400.  
  401. B. Blocking dynamic range
  402. *
  403. (4BG-4D.1)
  404.  
  405. What is meant by the term noise figure of a communications
  406. receiver?
  407.  
  408. C. The level of noise generated in the front end and succeeding
  409. stages of a receiver
  410. *
  411. (4BG-4D.2)
  412.  
  413. Which stage of a receiver primarily establishes its noise
  414. figure?
  415.  
  416. C. The RF stage
  417. *
  418. (4BG-5A.1)
  419.  
  420. What is an inverting op-amp circuit?
  421.  
  422. A. An operational amplifier circuit connected such that the
  423. input and output signals are 180 degrees out of phase
  424. *
  425. (4BG-5B.1)
  426.  
  427. What is a noninverting op-amp circuit?
  428.  
  429. B. An operational amplifier circuit connected such that the
  430. input and output signals are in phase
  431. *
  432. (4BG-5C.1)
  433.  
  434. What voltage gain can be expected from the circuit in Figure
  435. 4BG-5 when R1 is 1000 ohms and Rf is 100 kilohms?
  436.  
  437. D. 100
  438. *
  439. (4BG-5C.2)
  440.  
  441. What voltage gain can be expected from the circuit in Figure
  442. 4BG-5 when R1 is 1800 ohms and Rf is 68 kilohms?
  443.  
  444. C. 38
  445. *
  446. (4BG-5C.3)
  447.  
  448. What voltage gain can be expected from the circuit in Figure
  449. 4BG-5 when R1 is 3300 ohms and Rf is 47 kilohms?
  450.  
  451. B. 14
  452. *
  453. (4BG-5C.4)
  454.  
  455. What voltage gain can be expected from the circuit in Figure
  456. 4BG-5 when R1 is 10 ohms and Rf is 47 kilohms?
  457.  
  458. C. 4700
  459. *
  460. (4BG-5D.1)
  461.  
  462. How does the gain of a theoretically ideal operational amplifier
  463. vary with frequency?
  464.  
  465. D. The gain does not vary with frequency
  466. *
  467. (4BG-6.1)
  468.  
  469. What determines the input impedance in a FET common-source
  470. amplifier?
  471.  
  472. C. The input impedance is essentially determined by the gate
  473. biasing network
  474. *
  475. (4BG-6.2)
  476.  
  477. What determines the output impedance in a FET common-source
  478. amplifier?
  479.  
  480. A. The output impedance is essentially determined by the
  481. resistor
  482. *
  483. (4BG-7.1)
  484.  
  485. What frequency range will be tuned by the circuit in Figure
  486. 4BG-7 when L is 10 microhenrys, Cf is 156 picofarads, and Cv is
  487. 50 picofarads maximum and 2 picofarads minimum?
  488.  
  489. A. 3508 through 4004 kHz
  490. *
  491. (4BG-7.2)
  492.  
  493. What frequency range will be tuned by the circuit in Figure
  494. 4BG-7 when L is 30 microhenrys, Cf is 200 picofarads, and Cv is
  495. 80 picofarads maximum and 10 picofarads minimum?
  496.  
  497. A. 1737 through 2005 kHz
  498. *
  499. (4BG-8.1)
  500.  
  501. What is the purpose of a bypass capacitor?
  502.  
  503. C. It removes alternating current by providing a low impedance
  504. path to ground
  505. *
  506. (4BG-8.2)
  507.  
  508. What is the purpose of a coupling capacitor?
  509.  
  510. A. It blocks direct current and passes alternating current
  511. *